Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): ensure upload field updates reflect in edit popup changes #9034

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

PatrikKozak
Copy link
Contributor

What?

Any changes inside edit popup for the field with type upload and the relationTo collection does nothing in context of the field, it has affect only to collection.

I.e. when you make an edit to an uploads field in the edit drawer - after saving and existing the drawer, your new changes are not present until a refresh of the page.

Why?

Previously, we were not performing a reload of the document fetch upon saving of the doc in the edit drawer.

How?

Now, we perform a reload (fetch) for updated docs on save within the edit drawer.

Fixes #8837

@jmikrut jmikrut merged commit 2175e5c into beta Nov 5, 2024
53 checks passed
@jmikrut jmikrut deleted the fix/beta/reload-upload-doc branch November 5, 2024 18:03
Copy link

github-actions bot commented Nov 6, 2024

🚀 This is included in version v3.0.0-beta.125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants